'Declaration <DescriptionAttribute("The method of result caching.")> <DefaultValueAttribute(GetOrProcessingAndSet)> Public ReadOnly Property ResultCachingMethod As ProcessingResultCachingMethod
[Description("The method of result caching.")] [DefaultValue(GetOrProcessingAndSet)] public ProcessingResultCachingMethod ResultCachingMethod { get; }
[Description("The method of result caching.")] [DefaultValue(GetOrProcessingAndSet)] public: __property ProcessingResultCachingMethod get_ResultCachingMethod();
[Description("The method of result caching.")] [DefaultValue(GetOrProcessingAndSet)] public:
property ProcessingResultCachingMethod ResultCachingMethod { ProcessingResultCachingMethod get(); }
Property Value
Default value is ProcessingResultCachingMethod.GetOrProcessingAndSet.